toggle menu
ktor
2.3.12
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
wasmJs
switch theme
search in API
ktor-client-core
/
io.ktor.client.fetch
/
[wasmJs]Body
Body
wasmJs
external
interface
Body
:
JsAny
Inheritors
Request
Response
Members
Properties
body
Link copied to clipboard
wasmJs
open
var
body
:
ReadableStream
<
Uint8Array
>
?
body
Used
Link copied to clipboard
wasmJs
abstract
var
bodyUsed
:
Boolean
Functions
array
Buffer
Link copied to clipboard
wasmJs
abstract
fun
arrayBuffer
(
)
:
Promise
<
ArrayBuffer
>
blob
Link copied to clipboard
wasmJs
abstract
fun
blob
(
)
:
Promise
<
Blob
>
form
Data
Link copied to clipboard
wasmJs
abstract
fun
formData
(
)
:
Promise
<
FormData
>
json
Link copied to clipboard
wasmJs
abstract
fun
json
(
)
:
Promise
<
JsAny
>
text
Link copied to clipboard
wasmJs
abstract
fun
text
(
)
:
Promise
<
JsString
>